home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xsnake / Imakefile next >
Makefile  |  1995-06-26  |  216b  |  13 lines

  1. # Imakefile for XSnake
  2. #
  3. # run "imake", "make depend" and "make"
  4.  
  5. STD_INCLUDES = 
  6. DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
  7. LOCAL_LIBRARIES = $(XLIB) -lx
  8.  
  9. SRCS = xsnake.c
  10. OBJS = $(SRCS:.c=.o)
  11.  
  12. ComplexProgramTarget(xsnake)
  13.